Skip to content

Commit a636a86

Browse files
authored
Merge pull request #2 from openkhmerfonts/casks/khmer-unicode-layout
Update "khmer-unicode-layout" cask
2 parents 67da75d + 41c73eb commit a636a86

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

Casks/khmer-unicode-layout.rb

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
cask 'khmer-unicode-layout' do
2-
version '1.1.0'
3-
sha256 '988cf0e3e8e15efb7ee4c3fad0173566d862f0fd3c88a41a7ae90d25ce819935'
1+
cask "khmer-unicode-layout" do
2+
version "2.0.0"
3+
sha256 "2d513a9a66ffcc6b5957a660bf9914932f8efdc4c576c9d77f0effceeff68e98"
44

55
url "https://github.com/socheatsok78/khmer-unicode-keyboard-for-macos/releases/download/v#{version}/Khmer.Unicode.pkg"
6-
name 'Khmer Unicode Keyboard Layout'
7-
homepage 'https://github.com/socheatsok78/khmer-unicode-keyboard-for-macos'
6+
name "Khmer Unicode Keyboard Layout"
7+
homepage "https://github.com/socheatsok78/khmer-unicode-keyboard-for-macos"
88

99
pkg "Khmer.Unicode.pkg", allow_untrusted: true
1010

11+
uninstall pkgutil: "com.github.socheatsok78.khmer-unicode"
12+
1113
zap trash: [
12-
'/Library/Keyboard Layouts/KhmerUnicode.bundle',
13-
'~/Library/Keyboard Layouts/KhmerUnicode.bundle',
14-
]
14+
"/Library/Keyboard Layouts/KhmerUnicode.bundle",
15+
"~/Library/Keyboard Layouts/KhmerUnicode.bundle",
16+
]
1517
end

0 commit comments

Comments
 (0)