diff options
author | Leo <thinkabit.ukim@gmail.com> | 2021-01-24 14:36:10 -0300 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2021-01-24 19:37:35 +0000 |
commit | 0892cbc5f287598787c0f7b6f9c83f874b4eae2b (patch) | |
tree | d0f277e97e789c07c1b066967a27aa580066c7d3 | |
parent | c55d9bf31a7ed27592c16b0099b8bf2a4db68419 (diff) |
community/gnote: upgrade to 3.38.1
-rw-r--r-- | community/gnote/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gnote/APKBUILD b/community/gnote/APKBUILD index 241085fefb6..e9b595816ca 100644 --- a/community/gnote/APKBUILD +++ b/community/gnote/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnote -pkgver=3.38.0 +pkgver=3.38.1 pkgrel=0 pkgdesc="Gnote is a port of Tomboy to C++" url="https://wiki.gnome.org/Apps/Gnote" @@ -29,4 +29,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="e31305fd47a23e152cfbb76a19c66810e78a9a98f6882eddde48ceb3adb725a0c55ab05b47ad3a8466764cdfd4de223768c2848000748a11fe6ed80893f978c5 gnote-3.38.0.tar.xz" +sha512sums="ccfe35ff3dc8e90fa96307565875401540c9e03a18ffd5b2c25fdb053927c4bb2b6b5515456f5260c053948b1a63bf6959a73e1ab09feefce61ed2adc257734f gnote-3.38.1.tar.xz" |